home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / fracxtr5.zip / FRM / PHYSICS.FRM < prev    next >
Text File  |  1993-06-24  |  674b  |  47 lines

  1. Mind_2 {
  2. ;These formulas were developed after having read
  3. ;COMPUTERS AND THE IMAGINATION [Chapter 27] Turning
  4. ;a Universe Inside-Out.  This is just a new venture
  5. ;and I am still exploring this rich area.
  6. z = c = pixel:
  7. z = c * sin(1 / z);
  8. |z| <= 100
  9. }
  10.  
  11. Mind_3 {
  12. z = c = pixel:
  13. z = c * sin(1 / z);
  14. z = z * z + c;
  15. |z| <= 4
  16. }
  17.  
  18. Mind_4 {
  19. z = c = pixel,
  20. z = c * sin(1 / z):
  21. z = z * z + c;
  22. |z| <= 4
  23. }
  24.  
  25. Mind_5 {
  26. z = c = pixel:
  27. z = c * sin(1 / z);
  28. z = z * z;
  29. |z| <= 100
  30. }
  31.  
  32.  
  33.  
  34.  
  35. Readme {
  36. ; This Fractint .FRM file (c) 1993 by:
  37. ;
  38. ; LRCMIKE@LRC.OLDSCOLLEGE.AB.CA
  39. ;
  40. ; Michael G. Wareman
  41. ; P.O. Box 1856
  42. ; Olds, Alberta, Canada
  43. ; T0M 1P0
  44. ;
  45. }
  46.  
  47.